home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -screenplay- / otherstuff / jst_dev / installwizard / installer-parts / choose-drive next >
Text File  |  1999-04-20  |  225b  |  16 lines

  1.  
  2. (set #CI_unit
  3.     (askchoice
  4.         (prompt "From which disk unit do you want\nto install the game")
  5.         (help    @askoptions-help)
  6.         (choices
  7.            "DF0:"
  8.            "DF1:"
  9.            "DF2:"
  10.            "DF3:"
  11.         )
  12.     )
  13. )
  14.  
  15. (set #CI_drive ("DF%ld:" #CI_unit))
  16.